From: Glenn Morris Date: Fri, 29 Jan 2016 02:11:55 +0000 (-0500) Subject: ; * lisp/textmodes/table.el: Comment tweak. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~833 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=7257815df133593e754f6396972f46fd2083374e;p=emacs.git ; * lisp/textmodes/table.el: Comment tweak. --- diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 8c4cbc76cae..653db83107d 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el @@ -570,7 +570,7 @@ ;; Maybe provide complete XEmacs support in the future however the ;; "extent" is the single largest obstacle lying ahead, read the ;; document in Emacs info. -;; (eval '(progn (require 'info) (Info-find-node "elisp" "Not Intervals"))) +;; (progn (require 'info) (Info-find-node "elisp" "Not Intervals")) ;; ;; ;; ---------------